com.supermap.services.iportalservices
Interface DownloadListener
-
public interface DownloadListener
Downloading callback listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
getProgress(int progress, int dataId)
Returns the downloading progressvoid
onFailure(java.lang.String errorInfo, int dataId)
Failed to download
-